/******************************************************
*
* STYLES
*
* Set differents mixins for styles
* Table of content:
* 01 - MAIN INITIALISATION
* 02 - QUERIES
* 03 - IE FIXE
* 04 - PRINT SETTINGS
*
* TODO:
* ! IMPORTANT => adapt all ~"@{var}" to @{var}
* in order to be less 1.4 compatible
*******************************************************/
/******************************************************
* 01 - MAIN INITIALISATION
*******************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font: 400 87.5%/1.35 'leelawadeeregular', Arial, 'helvetica Neue', helvetica, sans-serif;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
img {
  height: auto;
}
img {
  border: 0;
}
.red {
  color: #cb0016;
}
sup {
  top: -0.5em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-rendering: optimizeLegibility;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:invalid,
textarea:invalid,
select:invalid {
  color: #fd795b;
  border-color: #aaaaaa;
}
/**
{
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;        
}*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.justify {
  text-align: justify;
}
.size-smaller {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
.bg_dark_blue {
  background-color: #2a3b46;
}
.bg_blue {
  background-color: #0D126C;
}
.bg_yellow {
  background-color: #932621;
}
.line {
  height: 25px;
  width: 100%;
}
.both {
  clear: both;
}
small {
  font-size: 80%;
}
.sup2 {
  top: -1.2em;
}
/******************************************************
* 02 - BORDER RADIUS
*******************************************************/
.orange {
  color: #ee7d01 !important;
}
.blue_fonce {
  color: #007eff;
}
.blue_ciel {
  color: #4fdef8;
}
.blue_clair {
  color: #17b4d0;
}
.mauve {
  color: #4081c4;
}
.bg_blue_fonce {
  background-color: #007eff;
}
.bg_blue_ciel {
  background-color: #4fdef8;
}
.bg_blue_clair {
  background-color: #17b4d0;
}
.bg_mauve {
  background-color: #4081c4;
}
/******************************************************
* 02 - QUERIES
*******************************************************/
/******************************************************
*
* BASE.LESS
*
* Set differents mixins for styles
* Table of content:
* 01 - INIT.
* 02 - YOUT CODE GOES HERE
*
* TODO:
* box sizing border box on everything!
*******************************************************/
/******************************************************
* 01 - YOUT CODE GOES HERE.
*******************************************************/
body {
  position: relative;
  font-family: 'Open Sans', 'Roboto', 'Helvetica', 'sans-serif';
  font-size: 16px;
  color: #2a3b46;
}
.princ {
  height: 100%;
}
a:hover {
  text-decoration: underline;
}
.width {
  width: 1170px;
  margin: 0 auto 0 auto;
}
.fil_ariane {
  color: #7D7A76;
  font-size: 12px;
  line-height: 12px;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fil_ariane a {
  color: #7D7A76;
  text-decoration: none;
}
img {
  max-width: 100%;
}
/******************************************************
* 02 - HEADER
*******************************************************/
#header {
  padding: 4px 0;
}
#header .wrap {
  font-size: 13px;
}
#header .wrap ul {
  margin: 35px auto 0 auto;
}
#header .wrap ul li {
  float: left;
  text-align: center;
  display: inline;
  position: relative;
}
#header .wrap ul li a {
  color: #281a18;
  text-decoration: none;
  padding: 0 10px;
  display: block;
  line-height: 23px;
}
#header .wrap ul.social {
  margin: 4px;
}
#header .wrap ul.social a {
  padding: 0 4px;
}
/******************************************************
* 02 - END HEADER
*******************************************************/
#menu {
  position: relative;
  /******************************************************
	* 4.2.1 - SLIDESHOW
	*******************************************************/
  /******************************************************
	* 4.2.1 - END SLIDESHOW
	*******************************************************/
}
#menu .carousel-inner {
  position: relative;
}
#menu nav {
  width: 100%;
  background-color: #0D126C;
  color: #ffffff;
}
#menu #myCarousel {
  width: 100%;
  /******************************************************
		* 07 - CARROUSSEL
		*******************************************************/
  /******************************************************
		* 07 - END CARROUSSEL
		*******************************************************/
}
#menu #myCarousel .img-responsive {
  width: 100%;
}
#menu #myCarousel .carousel-page {
  width: 100%;
  color: white;
}
#menu #myCarousel .carousel-indicators {
  z-index: 15;
  width: 60%;
  margin: 10px auto 0 auto;
  padding-left: 0;
  list-style: none;
  text-align: center;
  position: initial;
}
#menu #myCarousel .carousel-caption {
  padding: 10px 83px;
  text-align: center;
  background-color: #ffffff;
  top: 130px;
  bottom: inherit;
  left: inherit;
}
#menu #myCarousel .carousel-caption p {
  color: #0D126C;
  font-size: 24px;
  text-shadow: none;
  float: left;
  margin-top: 28px;
}
#menu #myCarousel .carousel-caption p span {
  color: #932621;
}
#menu #myCarousel .carousel-caption img {
  float: left;
  margin-right: 5px;
}
#menu #myCarousel .c2 {
  bottom: 45px;
  top: inherit;
  left: 60px;
  right: inherit;
}
#menu #myCarousel .c3 {
  padding: 10px 27px;
  right: 10%;
}
#menu #myCarousel .carousel-control {
  width: 10%;
}
/******************************************************
* 03 - MAIN
*******************************************************/
#main {
  position: relative;
  /*------PAGE--------*/
}
#main .presentation .wrap .left {
  width: 64%;
}
#main .presentation .wrap .left img {
  float: left;
  display: block;
  margin-right: 10px;
}
#main .presentation .wrap .left p {
  font-size: 14px;
  float: left;
  line-height: 1.4em;
  width: 91%;
  padding-top: 25px;
}
#main .presentation .wrap .right {
  margin-left: 66%;
}
#main .presentation .wrap .right ul {
  margin-bottom: 15px;
}
#main .presentation .wrap .right ul li {
  list-style-type: square;
  color: #932621;
}
#main .presentation .wrap .right ul li h2 {
  font-weight: bold;
  color: #2a3b46;
}
#main .presentation .wrap .right p {
  font-size: 13px;
  line-height: 1.4em;
}
#main .presentation .wrap .right .adresse {
  padding-top: 20px;
}
#main .presentation .wrap #map2 {
  width: 95%;
  height: 250px;
  margin: 40px auto 0 auto;
  margin-left: 40px;
  margin-bottom: 30px;
}
#main .page .wrap {
  padding-bottom: 50px;
}
#main .page .wrap .both {
  margin-top: 30px;
}
#main .page .wrap ul li {
  list-style-image: url('/web/20180818082224im_/http://www.multichauffage.com/assets/images/puces/categorie_puce.jpg');
}
#main .page .wrap ul li h1 {
  font-size: 22px;
  color: #2a3b46;
  font-weight: bold;
  padding-bottom: 10px;
}
#main .page .wrap ul li img {
  max-width: 100%;
  display: block;
  margin: auto;
}
#main .page .wrap .second {
  margin-top: 45px;
}
#main .page .wrap .second .block ul {
  width: 100%;
}
#main .page .wrap .block ul {
  width: 100%;
  font-size: 13px;
  line-height: 1.4em;
  float: left;
}
#main .page .wrap .block ul .img {
  width: 35%;
  float: left;
}
#main .page .wrap .block ul .with_img {
  width: 65%;
  float: left;
}
#main .page .wrap .block ul li {
  list-style-image: none;
}
#main .page .wrap .block ul li ul {
  padding-left: 25px;
}
#main .page .wrap .block ul li ul li {
  float: none;
  width: 100%;
  list-style-type: square;
  color: #932621;
}
#main .page .wrap .block ul li ul li span {
  color: #2a3b46;
}
#main .page .wrap .block ul li ul .title {
  list-style-type: none;
  color: #932621;
}
#main .page .wrap .block ul li ul .title h2 {
  font-weight: bold;
  padding-top: 7px;
}
#main .panel-default > .panel-heading {
  background-color: inherit;
  border-color: inherit;
  background-image: inherit;
}
#main .panel-heading {
  padding: 0;
  border: 0;
}
#main .panel {
  border: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  padding: inherit;
}
#main .panel-title {
  font-size: inherit;
}
#main .wrap textarea {
  max-width: 100%;
}
#main .wrap #message {
  height: 130px;
}
#main .bloc_page {
  margin-bottom: 20px;
}
#main .bloc_page table.table th,
#main .bloc_page table.table td {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
#main .bloc_page table.table .fa {
  font-size: 25px;
  padding-right: 10px;
}
#main .bloc_page table.table .glyphicon {
  font-size: 21px;
  padding-right: 10px;
}
#main .bloc_page .titre_bloc {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 15px;
}
#main #page-29 .bloc_page {
  border-bottom: 1px solid #a5a5a5;
  padding-bottom: 20px;
}
#main .haut {
  float: left;
  margin-bottom: 15px;
}
#main #nav-page li a {
  border-radius: 0;
  padding: 6px 10px;
}
#main #nav-page li a span {
  padding-right: 5px;
}
#main #nav-page li.active a {
  background: #078bd6;
}
#main .breadcrumb {
  background: none;
  padding: 10px 0;
}
#main .main-content {
  float: left;
  background: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
}
#main .error {
  color: #cb0016;
  padding: 0 0 30px 0;
}
#main .text-danger span {
  font-weight: 700;
}
#main .qui_sommes_nous {
  line-height: 1.3em;
}
.main {
  padding-top: 30px;
}
/******************************************************
* 03 - END MAIN
*******************************************************/
/******************************************************
* 04 - FOOTER
*******************************************************/
#footer {
  font-family: 'Nunito', Arial, 'Roboto', 'Helvetica', 'sans-serif';
  width: 100%;
}
#footer .wrap {
  padding-bottom: 10px;
}
#footer .logo {
  display: block;
  margin-bottom: 15px;
}
#footer p {
  line-height: 1.3em;
}
#footer .adresse {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 50px;
}
#footer .foot {
  margin-top: 45px;
  font-family: 'Open Sans', 'Roboto', 'Helvetica', 'sans-serif';
  font-size: 14px;
}
#footer .foot .col-centered {
  list-style-type: square;
}
#footer .foot .col-centered li {
  color: #0D126C;
  text-align: left;
}
#footer .foot .col-centered a {
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  color: #0D126C;
}
#footer .foot ul.social {
  margin: 4px;
  clear: both;
}
#footer .foot ul.social li {
  float: left;
  text-align: center;
  display: inline;
  position: relative;
}
#footer .foot ul.social li a {
  padding: 0 4px;
  display: block;
  line-height: 23px;
}
#footer .right {
  margin-left: 58px;
  float: left;
}
#footer .link {
  border-right: 1px solid #932621;
}
#footer .link ul li {
  color: #0D126C;
}
/******************************************************
* 04 - END FOOTER
*******************************************************/
/******************************************************
* 06 - MODAL
*******************************************************/
.modal-content {
  width: 700px !important;
}
.modal-body {
  min-height: 150px;
}
.modal-body .form-group {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.modal .cancel .cancel {
  float: left;
}
.modal-full .modal-content {
  width: 1020px !important;
  margin-left: -205px !important;
  margin-top: 70px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-shadow: 2px 0px 2px #ffffff;
  font-size: 18px;
}
#mapInfo {
  padding: 10px;
}
#mapInfo span.title {
  font-size: 24px;
  color: #105874;
  margin-top: 10px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  display: block;
  font-weight: bold;
  line-height: 1;
}
#mapInfo p {
  width: 100%;
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 1.42857143;
}
#mapInfo p.map {
  text-align: center;
  margin-top: 20;
}
#mapInfo p.map a {
  background: #026186;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  padding: 5px 15px;
  font-size: 17px;
  color: #ffffff;
}
#mapInfo img {
  vertical-align: middle;
}
/******************************************************
* 06 - END MODAL
*******************************************************/
/* Tablet (landscape) & small screen ----------- */
@media (min-width: 1280px) and (max-width: 1900px) {
  #footer {
    position: fixed;
    bottom: 0;
  }
}
@media (max-width: 1279px) {
  /******************************************************
*
* BASE.LESS
*
* Set differents mixins for styles
* Table of content:
* 01 - INIT.
* 02 - YOUT CODE GOES HERE
*
* TODO:
* box sizing border box on everything!
*******************************************************/
  /******************************************************
* 01 - YOUT CODE GOES HERE.
*******************************************************/
  .width {
    width: 1024px;
  }
  /******************************************************
* 02 - HEADER
*******************************************************/
  #header {
    padding: 10px 0;
  }
  /******************************************************
* 02 - END HEADER
*******************************************************/
  /******************************************************
* 04 - FOOTER
*******************************************************/
  /******************************************************
* 04 - END FOOTER
*******************************************************/
}
/* Tablet (portrait) ----------- */
@media (max-width: 1023px) {
  /******************************************************
*
* BASE.LESS
*
* Set differents mixins for styles
* Table of content:
* 01 - INIT.
* 02 - YOUT CODE GOES HERE
*
* TODO:
* box sizing border box on everything!
*******************************************************/
  /******************************************************
* 01 - YOUT CODE GOES HERE.
*******************************************************/
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
  .width {
    width: 750px;
  }
  /******************************************************
* 02 - HEADER
*******************************************************/
  #header .wrap ul {
    margin: 9px auto 0 auto;
  }
  #header .wrap ul.social {
    margin: 4px 0;
  }
  /******************************************************
* 02 - END HEADER
*******************************************************/
  #main .wrap h1 {
    font-size: 19px;
  }
  #menu #myCarousel .carousel-caption {
    top: 29px;
    right: 11%;
    padding: 10px 52px;
  }
  #menu #myCarousel .carousel-caption p {
    font-size: 18px;
    margin-top: 16px;
  }
  #menu #myCarousel .c2 {
    right: inherit;
  }
  #footer .wrap .left,
  #footer .wrap .middle,
  #footer .wrap .right {
    float: left;
    max-width: 33.3333333%;
  }
  #footer .wrap .left img,
  #footer .wrap .middle img,
  #footer .wrap .right img,
  #footer .wrap .left ul,
  #footer .wrap .middle ul,
  #footer .wrap .right ul {
    max-width: 100%;
  }
  #footer .wrap .left ul,
  #footer .wrap .middle ul,
  #footer .wrap .right ul {
    font-size: 13px;
    width: 100%;
  }
  #footer .foot {
    margin-top: 15px;
  }
  #main .presentation .wrap {
    text-align: justify;
  }
  #main .presentation .wrap .left {
    width: 100%;
    float: none;
  }
  #main .presentation .wrap .left img {
    width: 7%;
  }
  #main .presentation .wrap .left p {
    padding-top: 8px;
    float: none;
  }
  #main .presentation .wrap .right {
    margin-left: 0;
    margin-top: 20px;
  }
  #main .presentation .wrap .right ul {
    padding-left: 18px;
  }
  #main .presentation .wrap #map2 {
    height: 100%;
  }
  .page ul {
    padding-left: 28px;
  }
}
/* Smartphones (landscape) & small tablet (portrait) ----------- */
@media (max-width: 767px) {
  /******************************************************
*
* BASE.LESS
*
* Set differents mixins for styles
* Table of content:
* 01 - INIT.
* 02 - YOUT CODE GOES HERE
*
* TODO:
* box sizing border box on everything!
*******************************************************/
  /******************************************************
* 01 - YOUT CODE GOES HERE.
*******************************************************/
  .width {
    width: 450px;
  }
  /******************************************************
* 02 - HEADER
*******************************************************/
  #header .div_social {
    display: none;
  }
  #header ul {
    width: 86%;
  }
  #header img {
    display: block;
    margin: 0 auto 0 auto;
  }
  /******************************************************
* 02 - END HEADER
*******************************************************/
  #footer .wrap .left,
  #footer .wrap .middle,
  #footer .wrap .right {
    max-width: inherit;
  }
  #footer .wrap .left a {
    text-align: center;
    display: block;
  }
  #footer .wrap .left p {
    text-align: center;
  }
  #footer .wrap .middle {
    border-right: 0;
    border-bottom: 1px solid #932621;
    padding-bottom: 5px;
  }
  #footer .wrap .middle ul {
    width: 50%;
  }
  #footer .wrap .right {
    width: 90%;
    margin-left: 0px;
    margin: 15px auto 0 auto;
  }
  #footer .wrap .right ul {
    font-size: 13px;
    width: 46%;
    float: left;
    clear: inherit;
    padding-left: 18px;
  }
  #footer .wrap .right ul.social {
    float: left;
  }
}
/* Smartphones (portrait) ----------- */
@media (max-width: 479px) {
  /******************************************************
*
* BASE.LESS
*
* Set differents mixins for styles
* Table of content:
* 01 - INIT.
* 02 - YOUT CODE GOES HERE
*
* TODO:
* box sizing border box on everything!
*******************************************************/
  /******************************************************
* 01 - YOUT CODE GOES HERE.
*******************************************************/
  .width {
    width: 320px;
  }
  /******************************************************
* 02 - HEADER
*******************************************************/
  #header .wrap ul {
    width: 100%;
  }
  #header .wrap ul li a {
    padding: 0 4px;
    font-size: 12px;
  }
  #header img {
    width: 66%;
  }
  /******************************************************
* 02 - END HEADER
*******************************************************/
  #menu #myCarousel .carousel-caption {
    padding: 10px 6px;
    top: 13px;
    right: 8%;
  }
  #menu #myCarousel .carousel-caption img {
    width: 20px;
  }
  #menu #myCarousel .carousel-caption p {
    font-size: 10px;
    margin-top: 3px;
  }
  /******************************************************
* 05 - FOOTER
*******************************************************/
  #footer .wrap .left img {
    width: 66%;
  }
  #footer .adresse {
    padding-left: 0;
  }
  /******************************************************
* 05 - END FOOTER
*******************************************************/
  #main h1.st {
    display: none;
  }
  #main .panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  }
  #main .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  #main .panel {
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: inherit;
  }
  #main .panel-title {
    font-size: inherit;
  }
  #main .page .wrap ul li img {
    display: none;
  }
  #main .page .wrap .block ul .with_img {
    width: 100%;
  }
  .page ul {
    padding-left: 28px;
  }
}
/******************************************************
* 04 - PRINT SETTINGS
*******************************************************/
@media print {
  /******************************************************
*
* PRINT.LESS
*
* Set differents styles for print
* Inspired by http://drublic.de/blog/printing-the-web/
*
*******************************************************/
  @page {
    margin: 2cm 1.5cm;
  }
  body {
    font-color: #000;
  }
  .nav,
  nav,
  .footer-main {
    display: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header {
    page-break-after: avoid;
  }
}
/*Gallerie*/
.itemG {
	padding-bottom: 20px !important;
}

.carousel-indicators {
	position: absolute !important;
	bottom: 10px !important;
	left: 50% !important;
	z-index: 15 !important;
	width: 60% !important;
	padding-left: 0 !important;
	margin-left: -30% !important;
	text-align: center !important;
	list-style: none !important;
}

#footer1 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

#main > div.page.main > div.wrap.width > ul > li {
	padding-bottom: 15px !important;
}

#main > div.page.main > div.wrap.width > ul > li.esp {
	padding-top: 25px !important;
}
.elementFooter > ul > li > a{
	text-decoration: underline !important;
	padding: 8px !important;
	color: #0D126C !important;
}

.elementFooter > ul > li > a:hover{
 	color: #0D126C !important;
	font-weight: bold !important;
}
.dr{
	font-weight: bold !important;fo
}

.dr{
 	color: #137eca !important;
}
.space{
	padding-bottom: 15px;
	margin-top: 15px !important;
}

.carousel-indicators .active{
	background-color: #932621 !important;
}
#desc span{
	color: #932621;
}
#desc{
	padding-top: 65px;
	color: #0D126C;
	font-weight: 600;
	font-size: 18px;
	margin-left: -50px;
}

#nousContacter {
	padding: 20px !important;
	background-color: #932621;
	font-size: 18px;
	float: left;
	width: 75%;
	height: 80px;
}
#nousContacter p{
	color: #FFFFFF;
	margin-left: 20%;
}
#nousContacter a{
	margin-left: 120px;
}
#boutonC{
	float: right;
	background-color: #932621;
	width: 25%;
	height: 80px;
	text-align: left;
}
#boutonC a {
	margin-top: 25px;
	margin-right: 35%;
}

.pad {
	padding-top: 25px;
}

/*
     FILE ARCHIVED ON 08:22:24 Aug 18, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:19:30 Sep 28, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 998.2 (3)
  esindex: 0.007
  captures_list: 1014.902
  CDXLines.iter: 10.927 (3)
  PetaboxLoader3.datanode: 144.168 (5)
  exclusion.robots: 0.277
  exclusion.robots.policy: 0.259
  RedisCDXSource: 2.135
  PetaboxLoader3.resolve: 964.109 (4)
  load_resource: 184.85
*/